processor cache造句
例句与造句
- This might require flushing processor caches
这可能需要刷新处理器缓存。 - A process thread can migrate from processor to processor , with each migration reloading the processor cache
进程线程可以在处理器间迁移,每次迁移都重新加载处理器缓存。 - Property . a process thread can migrate from processor to processor , with each migration reloading the processor cache
进程线程可以在处理器间迁移,每次迁移都重新加载处理器缓存。 - Bbl back - side bus logic . logic for interface to the back - side bus for accesses to the internal unified level two processor cache
后端总线逻辑。访问内部统一二级处理器缓存的后端总线接口逻辑。 - The value is the latest written by any processor in a computer , regardless of the number of processors or the state of processor cache
无论处理器的数目或处理器缓存的状态如何,该值都是由计算机的任何处理器写入的最新值。 - It's difficult to find processor cache in a sentence. 用processor cache造句挺难的
- In windows 2000 and later , a thread in a process can migrate from processor to processor , with each migration reloading the processor cache
在windows 2000及更高版本中,进程中的线程可以在处理器间迁移,每次迁移都重新加载处理器缓存。 - When a thread exits a synchronized block as part of releasing the associated monitor , the jmm requires that the local processor cache be flushed to main memory
当线程为释放相关监视器而退出一个同步块时, jmm要求本地处理器缓冲刷新到主存中。 - Specifying a processor for a thread can improve performance under heavy system loads by reducing the number of times the processor cache is reloaded
在系统负荷繁重的情况下,为线程指定处理器可以减少重新加载处理器缓存的次数,从而提高性能。 - Under heavy system loads , specifying which processor should run a specific thread can improve performance by reducing the number of times the processor cache is reloaded
在系统负荷繁重的情况下,指定哪个处理器运行特定的线程可以减少重新加载处理器缓存的次数,从而提高性能。 - Fields would be made directly to main memory , instead of to registers or the local processor cache , and that actions on volatile variables on behalf of a thread are performed in the order that the thread requested
字段的读写直接在主存而不是寄存器或者本地处理器缓存中进行,并且代表线程对volatile变量进行的这些操作是按线程要求的顺序进行的。 - Although efficient from an operating system point of view , this activity can reduce microsoft sql server performance under heavy system loads , as each processor cache is repeatedly reloaded with data
虽然从操作系统方面而言,此活动是高效的,但是在高系统负荷的情况下,该活动会降低microsoft sql server的性能,因为每个处理器缓存都会不断地重新加载数据。 - Invalidating any variables cached in thread - local memory such as an on - processor cache or processor registers , which will cause the processor to re - read any variables used in the synchronized block from main memory
使得缓存在线程局部内存(比如说处理器缓存或者处理器寄存器)中的所有变量都失效,这样就会导致处理器重新从主存中读取同步代码块使用的变量。 - Because of the performance benefits of using processor registers and per - processor caches to speed up memory access , the java language specification permits some memory operations not to be immediately visible to all other threads
由于使用处理器寄存器和预处理cache来提高内存访问速度带来的性能提升, java语言规范( jls )允许一些内存操作并不对于所有其他线程立即可见。